From 80d7b2aac4f0ae234fca9c17ad0bf1ce83fafc50 Mon Sep 17 00:00:00 2001 From: robertl Date: Thu, 1 Dec 2005 21:04:16 +0000 Subject: [PATCH] Fix type for carto option. --- gpsbabel/pcx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/pcx.c b/gpsbabel/pcx.c index a4a4a3e05..e6eb11e64 100644 --- a/gpsbabel/pcx.c +++ b/gpsbabel/pcx.c @@ -41,7 +41,7 @@ arglist_t pcx_args[] = { ARGTYPE_STRING }, {"cartoexplorer", &cartoexplorer, "Write tracks compatible with CartoExplorer", "", - ARGTYPE_STRING }, + ARGTYPE_BOOL }, {0, 0, 0, 0, 0} }; -- 2.30.2